home *** CD-ROM | disk | FTP | other *** search
Makefile | 1991-10-23 | 362 b | 24 lines |
- # @(#)Makefile 07/19/90
- #
- #
- # Note: change these paths to conform to your system:
-
- MACHINE=SUN
-
- BINDIR = /stg1/dilg/testr5/bin
- FILESDIR = ../../files
- RM = rm -f
-
- getfiles:
- cp ${FILESDIR}/corn.r24.Z .
- cp ${FILESDIR}/head.r24.Z .
- cp ${BINDIR}/hdf24to8 .
- uncompress corn.r24.Z
- uncompress head.r24.Z
-
- cleanup:
- -${RM} *.r24
- -${RM} *.r8
- -${RM} hdf24to8
-
-